home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / whomp.swf / scripts / frame_50 / DoAction_2.as next >
Encoding:
Text File  |  2007-04-20  |  268 b   |  16 lines

  1. clicker.onRelease = function()
  2. {
  3.    trace(gClear);
  4.    if(gClear == false)
  5.    {
  6.       _root.section = 3;
  7.    }
  8.    else if(gClear == true)
  9.    {
  10.       _root.section = 1;
  11.       _global.gClear = false;
  12.    }
  13.    gotoAndPlay(_root._currentframe + 1);
  14. };
  15. stop();
  16.